All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.AttributedString | +----com.apple.alpha.core.MutableAttributedString
NSMutableAttributedString
.
[[NSMutableAttributedString
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- addAttribute:value:range:
Objective-C instance method.
- addAttributes:range:
Objective-C instance method.
- appendAttributedString:
Objective-C instance method.
- beginEditing
Objective-C instance method.
- deleteCharactersInRange:
Objective-C instance method.
- endEditing
Objective-C instance method.
- insertAttributedString:atIndex:
Objective-C instance method.
- mutableString
Objective-C instance method.
- removeAttribute:range:
Objective-C instance method.
- replaceCharactersInRange:withAttributedString:
Objective-C instance method.
- replaceCharactersInRange:withString:
Objective-C instance method.
- setAttributedString:
Objective-C instance method.
- setAttributes:range:
Objective-C instance method.
- setString:
Objective-C instance method.
protected MutableAttributedString(boolean shouldAllocate, int objcObject)
public MutableAttributedString()
[[NSMutableAttributedString
alloc] init]
.
public MutableAttributedString(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public native void replaceCharactersInRangeWithString(Range range, String str)
- replaceCharactersInRange:withString:
Objective-C instance method.
public native void setAttributesInRange(Dictionary attrs, Range range)
- setAttributes:range:
Objective-C instance method.
public native String mutableString()
- mutableString
Objective-C instance method.
public native void addAttributeInRange(String name, Object value, Range range)
- addAttribute:value:range:
Objective-C instance method.
public native void addAttributesInRange(Dictionary attrs, Range range)
- addAttributes:range:
Objective-C instance method.
public native void removeAttributeInRange(String name, Range range)
- removeAttribute:range:
Objective-C instance method.
public native void replaceCharactersInRangeWithAttributedString(Range range, AttributedString attrString)
- replaceCharactersInRange:withAttributedString:
Objective-C instance method.
public native void insertAttributedStringAtIndex(AttributedString attrString, int loc)
- insertAttributedString:atIndex:
Objective-C instance method.
public native void appendAttributedString(AttributedString attrString)
- appendAttributedString:
Objective-C instance method.
public native void deleteCharactersInRange(Range range)
- deleteCharactersInRange:
Objective-C instance method.
public native void setAttributedString(AttributedString attrString)
- setAttributedString:
Objective-C instance method.
public native void beginEditing()
- beginEditing
Objective-C instance method.
public native void endEditing()
- endEditing
Objective-C instance method.
public native void setString(String string)
- setString:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index